home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / IT.DXR / Internal_103_BACK.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  248 b   |  19 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the ink of sprite the currentSpriteNum to 2
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the ink of sprite the currentSpriteNum to 8
  9. end
  10.  
  11. on mouseUp me
  12.   go(#previous)
  13.   cursor(-1)
  14. end
  15.  
  16. on mouseDown me
  17.   beep()
  18. end
  19.